-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Become SubDAO #1779
Become SubDAO #1779
Conversation
packages/stateful/actions/core/dao_governance/BecomeSubDao/index.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love how simple this is, nice :)
just a few small fixes.
also something we need to figure out: after the parent accepts the admin nomination, it also needs to execute on behalf of the SubDAO (with its newly obtained admin privileges) the message to update the wasm contract-level admin to the parent. this is required so that the SubDAO can't just upgrade its own contract later and take power back from the parent, and also so the parent obtains the permission to upgrade it instead. to do this, in the parent's accept subDAO action, we can programmatically add the update admin action
packages/stateful/actions/core/dao_governance/BecomeSubDao/index.tsx
Outdated
Show resolved
Hide resolved
packages/stateful/actions/core/dao_governance/BecomeSubDao/index.tsx
Outdated
Show resolved
Hide resolved
packages/stateful/actions/core/dao_governance/AcceptSubDao/index.tsx
Outdated
Show resolved
Hide resolved
packages/stateful/actions/core/dao_governance/AcceptSubDao/index.tsx
Outdated
Show resolved
Hide resolved
packages/stateful/actions/core/dao_governance/AcceptSubDao/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noice :) one more thing
packages/stateful/actions/core/dao_governance/AcceptSubDao/index.tsx
Outdated
Show resolved
Hide resolved
c521923
to
7f7fa9f
Compare
7f7fa9f
to
431b0e7
Compare
… and registering subDAO), and fixed action detection
431b0e7
to
66908dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for getting this setup @nikitatrifan ! 🙏
Introducing the two new actions, letting DAOs become SubDAOs.